Skip to content

[Fix] QuestionLike, UnderstandingResponse 유니크 제약 마이그레이션 추가#159

Merged
kkw610 merged 1 commit into
developfrom
fix/#158
Jun 2, 2026
Merged

[Fix] QuestionLike, UnderstandingResponse 유니크 제약 마이그레이션 추가#159
kkw610 merged 1 commit into
developfrom
fix/#158

Conversation

@kkw610
Copy link
Copy Markdown
Collaborator

@kkw610 kkw610 commented Jun 2, 2026

#️⃣연관된 이슈

#158

📝작업 내용

V6__add_unique_constraints_like_and_understanding_response.sql (신규)

  • question_like: (question_id, user_id) 유니크 제약 추가
  • understanding_response: (check_id, user_id) 유니크 제약 추가
  • 엔티티의 @UniqueConstraint 선언과 실제 DB 제약을 일치시킴

Closes #158

@kkw610 kkw610 self-assigned this Jun 2, 2026
@kkw610 kkw610 linked an issue Jun 2, 2026 that may be closed by this pull request
1 task
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piro-in Ready Ready Preview, Comment Jun 2, 2026 6:11am
piro-in-765d Ready Ready Preview, Comment Jun 2, 2026 6:11am

@kkw610 kkw610 merged commit f6b7e26 into develop Jun 2, 2026
4 checks passed
@kkw610 kkw610 deleted the fix/#158 branch June 2, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] QuestionLike, UnderstandingResponse 유니크 제약 마이그레이션 추가

1 participant